home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbitballs10-blank.swf / scripts / DefineButton2_65 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2008-09-02  |  276 b   |  14 lines

  1. on(release){
  2.    desturl = "http://www.high-scores.eu/high-scores-eternity-flash-orbit-13.html";
  3.    if(_root.blank == 1)
  4.    {
  5.       getURL(desturl,"_blank");
  6.    }
  7.    else
  8.    {
  9.       getURL(desturl,"");
  10.       _root.go_url = 1;
  11.       _root.go_url2 = desturl;
  12.    }
  13. }
  14.